Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating for container hardening #2

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/security-considerations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security Considerations

on:
pull_request:
types: [opened, edited, reopened]
branches: [main, master, develop]

jobs:
security-considerations:
runs-on: ubuntu-latest
steps:
- uses: cloud-gov/security-considerations-action@main
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM concourse/buildroot:git
MAINTAINER https://github.com/cloudfoundry/bosh-deployment-resource
ARG base_image

FROM ${base_image}

ADD check /opt/resource/check
ADD in /opt/resource/in
ADD out /opt/resource/out

RUN chmod +x /opt/resource/*
RUN chmod +x /opt/resource/*
321 changes: 0 additions & 321 deletions ci/pipeline.yml

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these files being deleted?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are the files used by the cloudfoundry org for their pipelines, so they do not apply to us.

This file was deleted.

16 changes: 0 additions & 16 deletions ci/tasks/build.sh

This file was deleted.

19 changes: 0 additions & 19 deletions ci/tasks/build.yml

This file was deleted.

11 changes: 0 additions & 11 deletions ci/tasks/unit-test.sh

This file was deleted.

Loading
Loading