From 60939ca19ee5bd43d36c1446115effb38cd3b912 Mon Sep 17 00:00:00 2001 From: seanlongcc Date: Thu, 9 May 2024 15:25:18 -0400 Subject: [PATCH] update gitignore --- .github/workflows/main.yml | 4 ++-- .gitignore | 3 ++- spec/mongo-inspec-profile/inspec.lock | 7 ------- 3 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 spec/mongo-inspec-profile/inspec.lock diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a89e07c..ddf644e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,12 @@ on: push: branches: - - main + - main workflow_dispatch: jobs: my_job: - name: Harden ubi8 Container + name: Harden MongoDB Container runs-on: ubuntu-latest env: foo: bar diff --git a/.gitignore b/.gitignore index 3e78d65..e1d46c8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ inputs.yml *.pem *.csr *.crt -*.key \ No newline at end of file +*.key +inspec.lock \ No newline at end of file diff --git a/spec/mongo-inspec-profile/inspec.lock b/spec/mongo-inspec-profile/inspec.lock deleted file mode 100644 index 46ba0de..0000000 --- a/spec/mongo-inspec-profile/inspec.lock +++ /dev/null @@ -1,7 +0,0 @@ ---- -lockfile_version: 1 -depends: -- name: mongodb-enterprise-advanced-4-stig-baseline - resolved_source: - git: https://github.com/mitre/mongodb-enterprise-advanced-4-stig-baseline.git - version_constraints: []