Skip to content

Commit

Permalink
adds comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Oct 30, 2023
1 parent 0e1dca5 commit 74316e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-test/Analysis/ContainerScanningSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ import System.Environment (lookupEnv)
spec :: Spec
spec = testPrivateRepos

-- Integeration tests to catch, if registry api implementation changes
-- abruptly.
testPrivateRepos :: Spec
testPrivateRepos =
describe "private registries" $ do
it "dockerhub" $ do
-- Refer to 1Password for creds or Github Action Env Keys
img <- withAuth "FOSSA_DOCKERHUB_WWW_STYLE_USER_PASS" dockerHubImage
res <- runEff $ getImageConfig "amd64" img
case res of
Expand Down

0 comments on commit 74316e5

Please sign in to comment.